[PATCH 03/34] net: mana: Add support for auxiliary device
authorLong Li <longli@microsoft.com>
Thu, 3 Nov 2022 19:16:19 +0000 (12:16 -0700)
committerSalvatore Bonaccorso <carnil@debian.org>
Mon, 30 Sep 2024 19:08:34 +0000 (21:08 +0200)
commit9f7e0844fdf35962ce6b414fa8056cdffa66a33b
tree5244836ee2dd5ee22ecbd6eb021b4c11dd73d361
parentef66d8344ff3e2b5577c4419e48d094b7ae15fbe
[PATCH 03/34] net: mana: Add support for auxiliary device

In preparation for supporting MANA RDMA driver, add support for auxiliary
device in the Ethernet driver. The RDMA device is modeled as an auxiliary
device to the Ethernet device.

Reviewed-by: Dexuan Cui <decui@microsoft.com>
Signed-off-by: Long Li <longli@microsoft.com>
Link: https://lore.kernel.org/r/1667502990-2559-2-git-send-email-longli@linuxonhyperv.com
Acked-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
(cherry picked from commit a69839d4327d053b18d8e1b0e7ddeee78db78f4f)
Signed-off-by: Bastian Blank <waldi@debian.org>
Gbp-Pq: Topic features/all/ethernet-microsoft
Gbp-Pq: Name 0003-net-mana-Add-support-for-auxiliary-device.patch
drivers/net/ethernet/microsoft/Kconfig
drivers/net/ethernet/microsoft/mana/gdma.h
drivers/net/ethernet/microsoft/mana/mana_auxiliary.h [new file with mode: 0644]
drivers/net/ethernet/microsoft/mana/mana_en.c